GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawBarcodePDF417_4 Method





In This Topic
DrawBarcodePDF417_4 Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function DrawBarcodePDF417_4( _
   ByVal Data As String, _
   ByVal EncodingMode As BarcodePDF417EncodingMode, _
   ByVal ErrorCorrectionLevel As BarcodePDF417ErrorCorrectionLevel, _
   ByVal Rows As Integer, _
   ByVal Cols As Integer, _
   ByVal QuietZone As Integer, _
   ByVal ModuleWidth As Integer, _
   ByVal RowHeight As Integer, _
   ByVal DstX As Single, _
   ByVal DstY As Single, _
   ByVal FillColorC As Byte, _
   ByVal FillColorM As Byte, _
   ByVal FillColorY As Byte, _
   ByVal FillColorK As Byte, _
   ByVal BackColorC As Byte, _
   ByVal BackColorM As Byte, _
   ByVal BackColorY As Byte, _
   ByVal BackColorK As Byte _
) As GdPictureStatus
public function DrawBarcodePDF417_4( 
    Data: String;
    EncodingMode: BarcodePDF417EncodingMode;
    ErrorCorrectionLevel: BarcodePDF417ErrorCorrectionLevel;
    Rows: Integer;
    Cols: Integer;
    QuietZone: Integer;
    ModuleWidth: Integer;
    RowHeight: Integer;
    DstX: Single;
    DstY: Single;
    FillColorC: Byte;
    FillColorM: Byte;
    FillColorY: Byte;
    FillColorK: Byte;
    BackColorC: Byte;
    BackColorM: Byte;
    BackColorY: Byte;
    BackColorK: Byte
): GdPictureStatus; 
public function DrawBarcodePDF417_4( 
   Data : String,
   EncodingMode : BarcodePDF417EncodingMode,
   ErrorCorrectionLevel : BarcodePDF417ErrorCorrectionLevel,
   Rows : int,
   Cols : int,
   QuietZone : int,
   ModuleWidth : int,
   RowHeight : int,
   DstX : float,
   DstY : float,
   FillColorC : byte,
   FillColorM : byte,
   FillColorY : byte,
   FillColorK : byte,
   BackColorC : byte,
   BackColorM : byte,
   BackColorY : byte,
   BackColorK : byte
) : GdPictureStatus;

Parameters

Data
EncodingMode
ErrorCorrectionLevel
Rows
Cols
QuietZone
ModuleWidth
RowHeight
DstX
DstY
FillColorC
FillColorM
FillColorY
FillColorK
BackColorC
BackColorM
BackColorY
BackColorK
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members